home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 1 / PCU0503CD1.iso / resource / notebook / files / batmon.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-03-09  |  1.5 KB  |  37 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=BatteryMon
  4. AppVerName=BatteryMon V1.2
  5. AppId=BatteryMon
  6. AppPublisher=PassMark Software
  7. AppPublisherURL=http://www.passmark.com
  8. AppSupportURL=http://www.passmark.com/support/
  9. AppUpdatesURL=http://www.passmark.com/products/batmon.htm
  10. DefaultDirName={pf}\BatteryMon
  11. DefaultGroupName=BatteryMon
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoAfterFile=embedded\InfoAfter.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\BatteryMon.exe"; DestDir: "{app}"; 
  21. Source: "{app}\BatteryMon.cnt"; DestDir: "{app}"; 
  22. Source: "{app}\BATTERYMON.HLP"; DestDir: "{app}"; 
  23. Source: "{app}\key.dat"; DestDir: "{app}"; 
  24. Source: "{app}\BatteryMon.exe.manifest"; DestDir: "{app}"; 
  25. [INI]
  26. FileName: "{app}\BatteryMon.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.passmark.com/products/batmon.htm"; 
  27. [Run]
  28. Filename: "{app}\BatteryMon.exe"; Description: "Launch BatteryMon"; Flags: postinstall skipifsilent nowait
  29. [Icons]
  30. Name: "{group}\BatteryMon"; Filename: "{app}\BatteryMon.exe"; 
  31. Name: "{group}\BatteryMon on the Web"; Filename: "{app}\BatteryMon.url"; 
  32. Name: "{userdesktop}\BatteryMon"; Filename: "{app}\BatteryMon.exe"; Tasks: desktopicon; 
  33. [Tasks]
  34. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  35. [UninstallDelete]
  36. Type: files; Name: "{app}\BatteryMon.url"; 
  37.